type google.golang.org/grpc/health.healthServiceProducer

4 uses

	google.golang.org/grpc/health (current package)
		producer.go#L44: 	p := &healthServiceProducer{
		producer.go#L55: type healthServiceProducer struct {
		producer.go#L68: 	p := pr.(*healthServiceProducer)
		producer.go#L83: func (p *healthServiceProducer) startHealthCheck(ctx context.Context, sc balancer.SubConn, serviceName string, listener func(balancer.SubConnState)) {